home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
fec
/
fec.ex2
< prev
next >
Wrap
Text File
|
1999-09-16
|
480b
|
22 lines
// A small example of MESH Creation
// and visualisation of a linear on triangles function
getf('SCI/demos/fec/macros.sci')
// An more complex example from NSCK2E (Inria)
// With a Mesh of amdba type
path='SCI/demos/fec/';
amdbaR(path+'MESH')
meshvisu()
halt()
xbasc()
xset("use color",1)
emc2C(1,6,path+'MESH.VAL')
halt()
xbasc()
xset("use color",1)
emc2C(1,6,path+'MESH.VAL',[-2,-2,2,2])
halt()
xbasc()
//emc2V(2,3,6,20,path+'MESH.VAL',[-0.5,-0.5,2,0.5])
//halt()
//xbasc()